home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / pc / ganmac / eb.cst / 00230_Script_playgsnd < prev    next >
Text File  |  1999-05-31  |  1KB  |  47 lines

  1. on mouseUp
  2.   global name, cspname,cspchannel, gorig
  3.   set the membernum of sprite  cspchannel to the number of member cspname of castlib "eb.cst"
  4.   set name to the name of member(the member of sprite the clickon)
  5.   set rr to "r"& name
  6.   set the membernum of sprite the clickon to the number of member rr of castlib "eb.cst"
  7.   updatestage
  8.   
  9.   sound stop 2
  10.   updatestage
  11.   set the volume of sound 2 to 0
  12.   
  13.   set the volume of sound 1 to 255
  14.   set the soundLevel = 7
  15.   global gloson
  16.   if (gloson=1) or (the visible of window "gloss") then
  17.     global cspname
  18.     set yy to chars(cspname,1,1)
  19.     set the memberNum of sprite 115 to the number of member (yy&"glos") of castLib "eb.cst"
  20.     endNewMovie
  21.   end if  
  22.   if the visible of sprite 106 then
  23.     set the visible of sprite 106 to false
  24.     set the visible of sprite 107 to false
  25.     set the visible of sprite 108 to false
  26.     set zz to the name of member (the memberNum of sprite 117)
  27.     set yy to chars(zz,2,6)
  28.     set the memberNum of sprite 117 to the number of member yy of castlib "eb.cst"
  29.   end if
  30.   
  31.   updateStage
  32.   go to frame "gsnd"
  33.   --    set gorig to 1
  34.   --  else
  35.   --    set the movieRate of sprite 105 to 0
  36.   --    global cspname
  37.   --    checkvol chars(cspname,1,1)
  38.   --    set yy to chars(name,2,6)
  39.   --    set the membernum of sprite the clickon to the number of member yy of castlib "eb.cst"
  40.   --    updatestage
  41.   --    set gorig to 0
  42.   --  end if
  43.   
  44. end mouseDown
  45.  
  46.  
  47.